home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMAXDWEL.H
< prev
next >
Wrap
Text File
|
1992-03-25
|
335b
|
20 lines
/* CMaxDwellDirector.h */
#define _H_CMaxDwellDirector
#include <CDLOGDirector.h>
class CMandelDoc;
class CDialogText;
class CMaxDwellDirector : public CDLOGDirector
{
public:
void IMaxDwellDirector(short, CMandelDoc *, CDirectorOwner *);
virtual void DoCommand( long aCmd);
protected:
CMandelDoc * itsMandelDoc;
};